﻿/*!
 * Main styles for the Dale Theme.
 * Copyright 2014 Empirical Themes LLC.
 * http:///
 *
 * This copyright notice may be removed upon purchase.
 */

/**
*** SELECTION OVERRIDE ***
*/
::selection {color:#FFF;background:#6ebff3;}
::-moz-selection {color:#FFF;background:#f8c2c5;}

/**
* Links
*/

body{
    margin:0px !important;
}
.container{
    width:100% !important;
}
.container p{
    font-size:18px !important;
}
.container h1{
    margin-top:30px;
}
.container h1 span{
    font-size:35px !important;
    
}
.yzm1 p{
    font-size:20px;
}
.ziyuan span{
    font-size:35px !important;
}
.lxwm-wx p{
    font-size:18px;
}



a {
	color:#6ebff3;	
}

a:hover {
	text-decoration:none;
	color:#4487b2;
}

/*首页轮播图*/

.slider-wrapper {
	position:relative;
	height:100% !important;
	overflow:hidden;
	background:url(../images/design/preload.GIF) center center no-repeat transparent;
}

.slider-wrapper .container {
	background:transparent;
	height:100%;
}

.slider-wrapper i.fa#go-down {
	font-size:24px;
	font-weight:0;
	position:absolute;
	bottom:15px;
	left:25px;
	opacity:.5;
	color:#fff;
	cursor:pointer;
	display:none;
}




/*导航栏*/
.container-wrapper {
	background:#fff;
	z-index:5;	
}

.navigation {
	height:87px;
	border-top:4px solid #94d5ff;
	border-bottom:1px solid #e0e0e0;
	position:relative;
	z-index:99999999999;
}

#left{
    display:flex;
		flex-direction:row;
		align-item：center;
	display: none;
}
.logo{
	text-align: center;
	/*width: 9%;*/
	float: left;
	height: 70px;
	margin-top: 10px;
}
.logo img{
	height: 60px;
}


/*导航栏搜索框*/
.fwm{
	margin-left: 0.5%;
	float: left;

	margin-top:20px;
	border-radius:5px;
	width: 13%;
	height: 35px;
	border: 1px solid #aaa;
	
}
.navigation.fixed .fwm{
	margin-top: 20px;
}
.fwm input{
	font-size: 16px;
	border:none;
	border-radius:11px;
	outline:none;
	margin-left: 1%;
	width: 98%;
	height: 32px;
    color:#39e;
    font-weight:700;
}
.fwm input::-webkit-input-placeholder 
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.fwm input::-moz-placeholder
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.fwm input:-ms-input-placeholder
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.yz{
	float: left;
	background-color: #fff;
	margin-top: 20px;
	border-radius:5px;
	width: 5%;
	height: 35px;
	border: 1px solid #aaa;
	margin-left: 0.5%;
}

.yz input{
	font-size: 16px;
	border:none;
	border-radius:10px;
	outline:none;
	margin-left: 6%;
	width: 94%;
	height: 32px;
    color:#39e;
    font-weight:700;
}
.yz input::-webkit-input-placeholder 
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.yz input::-moz-placeholder 
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.yz input:-ms-input-placeholder
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.yzm1{
	
	height: 33px;
	width: 70px;
	margin-top:25px;
	float: left;
	margin-left: 0.5%;
}


.yzm1 img{
    padding:0px !important;
    width:100%;
}
.navigation.fixed .yzm1{
	margin-top: 22px;
}
.cx{
	width: 5%;
	margin-top: 30px;
	float: left;
	margin-left: 0.5%;
}
.cx button{
	background-color:#257ab8; 
	border-radius:10px;
	float: right;
	border: 0;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 15px;
	z-index: 9999;
}

.cx{
	margin-top:22px;
}

.navigation.fixed {
	position:fixed;
	top:0;
	left:0;
	border-top:4px solid #6ebff3;
	width:100%;
	height:75px;
}



.navbar-default ul.navbar-nav {
	height:75px;	
	margin:0;
	padding:0;
}



.navbar-default ul.navbar-nav li {
	height:73px;	
}

.navbar-default ul.navbar-nav li a {
	height:71px;
	line-height:71px;
}

.navigation.fixed .navbar-brand img {
	max-height:60px;
	top:5;
}

.navbar-default {
    
    width:100%;
    margin-left:0%;

    height: 87px;
    background: none;
    border: 0;
    overflow: hidden;
}

.navbar-default ul.navbar-nav {
	width: 100%;
	text-align: center;
	height:72px;	
}

.navbar-default ul.navbar-nav li {
	height:87px;	
}

.navbar-default ul.navbar-nav li a {
	padding-left: 0px !important;
	height:72px;
	padding:0 20px;
	line-height:72px;
	margin-top:1px;
	font-family:18px;
	font-family:"Roboto", Arial, sans-serif;
	color:#868686;
	font-weight:300;
	font-size: 18px;
}

.navbar-default ul.navbar-nav li a:hover {
	
}
@media (max-width: 1210px){
	.navbar-default ul.navbar-nav li a {
		font-size: 15px;
	}
}
@media (max-width: 1000px){
	.navbar-default ul.navbar-nav li a {
		font-size: 12px;
	}
}
@media (max-width: 960px){
	.navbar-default ul.navbar-nav li a {
		display: none;
	}
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color:rgba(0,0,0,0);
}

.navbar-default ul.navbar-nav li:hover a {
     
    line-height:72px;
    height:72px;
	color:#6ebff3;
}

.navbar-default .search-icon-wrapper i {
	width:41px;
	margin:0;
	padding:0;
	font-size:16px;
	position:relative;
	z-index:10;
	cursor:pointer;
	float:right;
}

.navbar-form {
	position:relative;
}




/**
*** 顶部标语 ***
**/
.content-section {
	background:#fff;
	padding-top:22px;
	display:block;
	padding-bottom:2px;
	margin:0;
}



h1, 
h2,
h3,
h4,
h5,
h6 {
	font-family:"Roboto", Arial, sans-serif;
	position:relative;
}

.content-section h1 div {
	display:block;
}

.content-section h1 {
	font-family: 微软雅黑;
	font-size:35px;
	font-weight:100;
	color:#404040;
	position:relative;
	text-align:center;
}

.content-section h2 {
	color:#fff;
	font-weight:100;
	font-size:60px;	
}

.content-section h3 {
	font-size:45px;
	font-weight:100;
	color:#404040;
	margin:0 0 40px 0;
}

h4 {
	font-size:35px;
	font-weight:100;	
}

h6 {
	font-size:25px;
	font-weight:100;	
}



.content-section h1 span, 
.content-section h2 span,
.content-section h3 span {
    font-size:20px;
	color:#349edc;
	font-family:inherit;
	font-weight:300;
}


.content-section h1 i,
.content-section h3 i {
	
	position:relative;
	
	top:-4px;
	left:-10px;
}

.content-section h3 i {
	font-size:35px;
	top:-3px;
	left:1px;
	padding-right:15px;
}

.content-section h1:hover i,
.content-section h2:hover i,
.content-section h3:hover i {
	color:#6ebff3;	
}

.content-section h1 p {
	margin-top:5px;
}

.content-section h1 + p {
	margin-top:29px;
}

.content-section p {
	margin-top: 5px;
	font-size:22px;
	font-weight:100;
	line-height:36px;
	margin-bottom:0;
	color:rgba(64,64,64,.7);
	font-family:"Roboto", Arial, sans-serif;
	text-align:center;
}



.content-section h1 {
	text-shadow:0;
}



.slider-wrapper {
	height:820px;
	z-index: 99999;
}

/**
*** Feature list ***
**/

.feature-list {
	background-color:#f9f8f8;
	padding-bottom:33px;
	margin:0;
	overflow:hidden;
	width:100%;
}

.feature-list .container {
	overflow:hidden;	

}

.feature-list .feature {
	/*text-align: center;*/
	margin-top:51px;
	margin-bottom:13px;
}

.feature-list .feature i {
	margin-left: 18%;
	font-size:32px;
	width:78px;
	height:78px;
	text-indent:23px;
	padding-top:23px;
	background:#fff;
	border:1px solid #ececec;
	color:#6ebff3;
	float:left;
	-webkit-border-radius: 78px;
	-moz-border-radius: 78px;
	border-radius: 78px;
}

.feature-list .feature:hover i {
	color:#fff;
	background-color:#6ebff3;
	border:1px solid #5fb5ec;
}

.feature-list .feature .content {
	/*float:left;*/
	max-width:100%;
	margin-left:20px;
}

.feature-list .feature .content h4 {
	font-size:20px;
	color:#404040;
	font-weight:300;
    margin-top:10px;
    margin-bottom:10px;	
}

.feature-list .feature p {
	color:#737373;
	font-weight:300;
	font:14px;
	line-height:22px;
}

.feature-list-2 {
	margin-top:13px;
	margin-bottom:-60px;
}

.feature-list-2 .feature {
	margin-bottom:60px;
}

.feature-list-2 .feature h5 {
	font-size:20px;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
}

.feature-list-2 .feature h5 i {
	margin-right:18px;
	font-size:22px;
	padding:0;
	position:relative;
	top:1px;
}

.feature-list-2 .feature:hover h5 i {
	color:#6ebff3;
}

.feature-list-2 .feature p {
	font-size:16px;
	text-align:left;
	padding:0;
	width:90%;
	line-height:25px;
	margin:0 0 0 39px;	
}

/**
*** 主要业务***
**/
.portfolio {
	background:#f9f8f8;
	padding:0;
	margin:0;
	position:relative;
}

.portfolio ul#filters {
	text-decoration:none;
	list-style:none;
}

.portfolio ul#filters li {
	display:inline;
}

.portfolio .filter {
	height:110px;
	text-align:center;
}

.portfolio .filter .btn {
	margin-top:35px;
}

.portfolio .gallary {
	position:relative;
	height:100%;
}

.portfolio .gallary ul {
	padding:0;
	position:relative;
	z-index:10;
	width:100%;
	margin:0;
}

.portfolio .gallary ul li {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	float:left;
	width:256px;
	height:240px;
	overflow:hidden;
	position:relative;
}

a#desc span.desc {
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	background:rgba(91,178,234,.80);
	color:#fff;
	font-family:"Roboto", Arial, sans-serif;
}

.kehu1{
	margin-top: 60px;
}
a#desc span.desc span.title,
a#desc span.desc span.subtitle {
	font-family: 微软雅黑;
	text-align:center;
	/*line-height:0;*/
	top:40%;
	width:100%;
	/*height: 100px;*/
	position:relative;
	font-size:30px;
	font-family:"Roboto", Arial, sans-serif;
	color:#fff;
	display:inline-block;
	font-weight:300;
}

a#desc span.desc span.subtitle {
	top:88%;
	font-weight:100;
	font-size:14px;
}

.portfolio .gallary ul .biao img {
	width:100%;
	

	height:100%;	
	position:absolute;
	top:0;
	
	display:none;
	
	padding:0;
}

.portfolio .gallary ul .xi img {
	width:100%;
	height: 100%;

	
}
.portfolio .gallary ul .xi .xit{
	width: 90%;
	margin-left: 5%;
	/*padding-right: 5%;*/
	height: 95%;
	margin-top: 5%;
	overflow: hidden;
    cursor:pointer;
}



.xit:hover img{  

				
                transform: scale(1.2);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1.3);  
                -webkit-transform: all 1s ease 0s;  
            }  
.xit-title{
	height: 25%;
	margin-top: -18%;
	z-index: 2;
	background-color: #E6E6E6;
	opacity: 0.8;
}
.xit-name{
	font-size: 14px;
	font-family: 微软雅黑;
	font-weight: 600;
	padding-top: 2%;
	padding-left: 3%;
}
.xit:hover .xit-name{
	color: #fe0000;
}
.portfolio .preview {
	width:100%;
	height:100%;
	position:relative;
	margin-left:-20px;
	z-index:100;
}

.portfolio .preview i {
	font-size:40px;
	color:#c7c7c7;
	left:50%;
	top:200px;
	position:absolute;
}

.portfolio.light {
	background:#fff !important;
}

.portfolio.light .filter {
	background:#f9f8f8;
	width:100%;
	height:45px;
	margin:40px 0;
}

.portfolio.light .filter li a,
.portfolio.light .filter li a.hot {
	line-height:47px;
	font-family:"Roboto", Arial, sans-serif;
	font-size:16px;
	font-weight:100;
	color:#404040;
	position:relative;
	padding:0 20px;
}

.portfolio.light .filter li {
	position:relative;
}

.portfolio.light .filter li a.hot {
	color:#6ebff3;
	background:transparent;
}

.portfolio.light .filter li i.fa-caret-up {
	font-size:24px;
	color:#fff;
	position:absolute;
	line-height:0;
	margin:0;
	padding:0;
	left:50%;
	top:23px;
	text-align:center;
}

.portfolio .col-lg-3 {
	overflow:hidden;
}

/**
*** Team ***
**/
.team {
	padding:0;
}

.content-section.team-simple {
	overflow:hidden;
}

.team .relative {
	position:relative;
	height:500px;
}


.team .wrapper {
	text-align:center;
	margin:0 auto 0 auto;
	padding:45px 0 0 0;
	position:relative;
	display:block;
	width:990px;
	overflow:hidden;
}

.team.light {
	padding-top:45px;	
	padding-bottom:10px;
}

.team h1 {
	margin-bottom:20px;
}

.team .ms-container {
	margin: 0 auto;
    position: relative;
	width:100%;
}
.team .ms-slide {
	list-style:none;
	display:inline-block;
	margin:0 25px 0 0;
	width:290px;
	display:block;
    height: 400px ! important;
    position: absolute;
    transform: translateZ(0px);
    transform-style: preserve-3d;
	clear:both;
	cursor:pointer;

}

.team .ms-view {
	overflow:visible;
}

.team .ms-slide img {
	height:290px;
	margin:0 0 10px 0;
	display:block;
}

.team .ms-slide span.desc {
	left:0;
	position:relative;
}

.team .ms-slide.ms-sl-selected img {
		width: 300px !important; 
		height: 400.922px !important; 
		margin-top: 0px !important; 
		margin-left: 0px !important;

	}
@media(max-width: 500px){
	.team .ms-slide.ms-sl-selected img {
		height: 350px !important;
		width: 250.31px !important; 
		margin-top: 68px !important; 
		margin-left: 10px !important;

	}
}



.team .ms-info span.name {
	display:inline-block;
	line-height:0;
	padding:0;
	margin:34px 0 0 0;
	font-size:24px;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	color:rgba(255,255,255,1);
}

.team .ms-info span.position {
	color:rgba(110,191,243,1);	
}

.team .ms-info {
	display:block;
	position:relativee;
	bottom:0;
	clear:both;
}

.team .ms-info {
	display:block;
	clear:both;
}

.team .ms-info {
	text-align:center;
	margin:0 0 33px 0;
}

.team .ms-info span.position:before {
	content:"/ ";
}

.team .ms-slide article {
	width:100%;	
}

.ms-nav-prev,
.ms-nav-next {
	font-family:"FontAwesome";
	font-size:55px;
	position:absolute;
	margin:0;
	padding:0;
	top:50%;
	color:rgba(255,255,255,1);
	line-height:0;
	cursor:pointer;
	display:block;
}

.ms-nav-prev:hover,
.ms-nav-next:hover {
	color:#6ebff3;
}

.light .ms-nav-prev,
.light .ms-nav-next {
	color:#ebeaea;
}

.light .ms-nav-prev:hover,
.light .ms-nav-next:hover {
	color:#6ebff3;
}

.ms-nav-prev {
	left:0;
}

.ms-nav-next {
	right:0;
}

.ms-nav-prev:before {
	overflow:visible;
	content:"\f053";
}

.ms-nav-next:before {
	content:"\f054";
}

/*
* We are only specifying the left spacing on each element
* for the member box tools, we do this to avoid adding too
* many <div> wrappers, we do this here and only here.
*/
.team .member-box-wrapper {
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.team .member-box {
	position:absolute;
	left:0;
	width:100%;
	height:520px;
	background:#fff;
	display:block;
	z-index:101;
	padding:0;
	margin:0;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	-moz-box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	box-shadow: 0px 0px 46px 0px rgba(1,1,1,0.17);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}

.team .member-box .shadow-lg {
	background:url(../images/design/shadows-lg.png) no-repeat left bottom transparent;
	width:1174px;
	height:60px;
	position:absolute;
	bottom:-35px;
	left:0;
}

.team .member-box .clear-wrapper {
	padding:0;
	margin:0;
	float:left;
	width:61%; /* The Golden Ratio */
}

.team .member-box .clear-wrapper h3 {
	font-size:28px;
	padding:22px 0 0 35px;
	margin:0;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	color:#4e4e4e;
	text-align:left;
}

.team .member-box .clear-wrapper p {
	font-size:18px;
	font-weight:100;
	font-family:"Roboto", Arial, sans-serif;	
	color:#4e4e4e;
	text-align:left;
	padding:0;
	margin:14px 0 18px 35px;
	line-height:28px;
}

.team .member-box .color-wrapper {
	background:#6ebff3;
	width:36%; /* The Golden Ratio - 3% for padding */
	margin:0;
	padding:0;
	float:right;
	height:100%;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.team .member-box ul.bars {
	margin:0;
	padding:0;
}

.team .member-box ul.bars li .progress,
.team .member-box ul.bars li strong {
	list-style:none;
	margin-left:35px;
}

.team .member-box .color-wrapper a#close {
	float:right;
	clear:both;
	position:relative;
	margin:10px 10px 0 0;
}

.team .member-box .color-wrapper img {
	position:relative;
	top:45px;
	left:50%;
	margin:0 0 65px -145px;
	padding:0;
	height:300px;
	width:290px;
	display:inline-block;
}

.team .member-box a#close .fa {
	font-size:28px;	
	color:#fff;
}

.team .member-box .color-wrapper strong,
.team .member-box .color-wrapper span {
	font-size:28px;
	font-family:"Roboto", Arial, sans-serif;
	font-weight:300;
	text-align:center;
	width:100%;
	display:block;
	color:#fff;
	padding:0;
	margin:0;
}

.team .member-box .color-wrapper span {
	font-size:18px;
	font-weight:100;
}

.team .member-box .color-wrapper ul.social-media {
	position:relative;
	top:14px;
}

.team .member-box .color-wrapper ul.social-media {
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	position:relative;
	width:100%;
	float:none;
}

.team .member-box .color-wrapper ul.social-media li {
	width:auto;
}

.team .member-box .color-wrapper ul.social-media li a:hover {
	color:#6ebff3;
	background:#fff;
	border-color:#fff;
}

.team .basic {
	position:relative;
}

.team .basic .ms-slide {
	padding:0;
	margin:30px 0 65px 0;
	position:relative;
}

.team .basic .ms-slide img {
	margin-left:0;
	padding-left:0;
}

.team .basic .ms-slide > span {
	width:220px;
	height:220px;
	border-radius: 110px;
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	overflow:hidden;
	display:block;
	margin:0 auto 30px auto;
	padding:0;
	position:relative;
	display:block;
}

.team .basic .ms-slide > span img {
	position:relative;
	width:220px;
	height:220px;	
}

.team .basic .ms-slide > h4 {
	font-size:24px;
	font-weight:300;
	text-align:center;
	color:#404040;
	margin:0 0 15px 0;
	padding:0;
	position:relative;
	display:block;	
}

.team .basic .ms-slide > p {
	font-size:16px;
	font-weight:100;
	padding:0;
	margin:0;
	line-height:0;
}

.team .basic .member-box-wrapper {
	top:-420px;
}




/**
*** 模糊背景***
**/
.content-section.fixed {
	width:100%;
	padding:0;
	overflow:hidden;
	margin-top:0;
	height:500px;
}

.content-section.fixed.sm,
.content-section.fixed.small {
	height:450px;
}

.content-section.fixed h1,
.content-section.fixed h2,
.content-section.fixed h3 {
	color:#fff;
}

.content-section.fixed .video-wrapper {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

.content-section.fixed .overlay {
	height:100%;
	width:100%;
	display:block;
	position:relative;
}

.content-section.fixed .shadows {
	position:absolute;
	width:816px;
	height:23px;
	display:block;
	left:50%;
	margin-left:-408px;
	top:-1px;
	background:url(../images/design/section-shadows-lg.png)	center top no-repeat transparent;
}

.content-section.fixed h1 {
	color:#fff;
	margin-top:75px;
	line-height:22px;
	padding-bottom:0;
	margin-bottom:0;
}

.content-section.fixed p {
	color:#fff;
	font-size:18px;
	line-height:35px;
	padding:25px 0 5px;
	font-weight:100;
	width:65%;
	left:auto;
	margin:auto;
	text-align:center;
	display:block;
	z-index:100;
	position:relative;
}

.content-section.fixed .center-buttons p {
	padding-bottom:55px;
}

.vjs-control-bar {
	display:none;	
}

.content-section.fixed video {
	opacity:.13;
	position:relative;
	top:-20px;
}

.content-section.fixed ul.testimonials {
	display:block;
	padding:0;
	margin-right: 3%;
	margin-left: 3%;
	position:relative;
	width:94%;
}

.content-section.fixed ul.testimonials li {
	
	display:inline-block;
	width:100%;
}

.content-section.fixed ul.testimonials li h3 {
	text-align:center;
	font-size:35px;
	font-weight:100;
	font-family:"Roboto", Arial, sans-serif;
	line-height:60px;
	font-family: 微软雅黑;
}

@media (max-width: 500px){
	.content-section.fixed ul.testimonials li h3 {
	text-align:center;
	font-size:20px;
	font-weight:100;
	font-family:"Roboto", Arial, sans-serif;
	line-height:60px;
	font-family: 微软雅黑;
}
}
.content-section.fixed i.fa-quote-right,
.content-section.fixed i.fa-quote-left {
	font-size:115px;
	color:rgba(255,255,255,.05);
	width:100%;
	margin:110px 0 60px 0;
	line-height:0;
}

.content-section.fixed:hover i.fa-quote-right,
.content-section.fixed:hover i.fa-quote-left {
	color:rgba(255,255,255,.12)
}

.content-section.fixed i.fa-quote-right {
	width:100%;
	text-align:right;
	position:relative;
	top:-300px;
	margin:30px auto 0 auto;
}

.content-section.fixed cite {
	width:100%;
	text-align:center;
	font-weight:100;
	display:inline-block;
	color:#fff;
	margin-top:30px;
	font-family:"Roboto", Arial, sans-serif;
	color:#fff;
}
.content-section.fixed cite strong {
	font-weight:300;
}

.content-section.fixed .ms-nav-next,
.content-section.fixed .ms-nav-prev {
	color:rgba(255,255,255,.1);
}

.content-section.fixed .ms-nav-next:hover,
.content-section.fixed .ms-nav-prev:hover {
	color:rgba(255,255,255,.4);
}

.content-section.fixed .ms-nav-prev {
	left:2%;
}

.content-section.fixed .ms-nav-next {
	right:2%;
}

/** TESTIMONIALS **/
div.testimonials > i {
	position:absolute;
	left:0;
	top:65px;
	left:25px;
	z-index:100;
	color:rgba(255,255,255,.10);
	font-size:36px;
}

div.testimonials > i.fa-quote-right {
	top:240px;
	left:325px;
}



/** LISTS **/
ul.fa {
	text-decoration:none;
	list-style:none;
	margin:13px 0 15px 0;
	padding:0;
	clear:both;
}

ul.fa.large {
	margin-top:24px;
}

ul.fa.large li {
	line-height:10px;
	position:relative;
	text-indent:45px;
	padding-bottom:10px;
}

ul.fa li {
	color:#404040;
	font-size:16px;
	font-weight:100;
	font-family:"Roboto", Arial, sans-serif;
	margin:0 0 20px 0;
}

ul.fa.large li i {
	line-height:0;
	font-size:32px;
	padding-top:20px;
	position:absolute;
	top:-16px;
	left:-45px;
}

ul.fa li i {
	padding:0 10px 0 0;
	font-size:16px;
	color:#404040;	
}




/* Info */
.btn-info, .btn-info:focus {
	border:1px solid #39b3d7;
	background:transparent;
	color:#39b3d7;
}

.btn-info:hover {
	border:1px solid #39b3d7;
	background:#39b3d7;
}





/* 主要业务 */
.btn-bordered,.btn-bordered:focus {
	background:none;
	border:2px solid #848484;
	color:#848484;
	padding-top:12px;
	padding-bottom:10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position:relative;
	top:1px;
}

.btn-bordered:hover {
	background:#848484;
	color:#fff;
	border:2px solid #848484;
}

.btn-bordered:active {
	margin:0;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:    0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow:         0px 0px 0px 0px rgba(0,0,0,0);
}

.btn-bordered.white {
	background:transparent;
	color:#fff;
	border-color:#fff;
}

.btn-bordered.white:hover {
	color:#404040;
	background:#fff;
}

.btn-white {
	background:#fff;
}

.btn-white:hover {
	color:#fff;
	background:#404040;
}

.btn-sm {
	padding:10px 40px;
	font-size:12px;
	font-weight:300;
}

.btn-lg {
	padding:18px 48px;	
}


.btn i.fa {
	position:absolute;
	right:17px;
	top:23px;
	line-height:0;
}

.btn-sm i.fa {
	top:20px;
}

.btn.icon {
	padding-left:17px;
}

/* Filters */
.filter a.hot {
	border-color:#6ebff3;
	background:#6ebff3;
	color:#fff;
}




/**
*** Stellar Backgrounds ***
**/



.parallax-bg-2 {
	background-color: #000044;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax-bg-3 {
	background:url(../images/bg-footer.jpg) repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}




/**
*** Animations ***
**/
a,
.nivo-wrapper .nivo-directionNav,
.content-section h1 i,
.content-section h2 i,
.content-section h3 i,
.content-section h4 i,
.content-section h5 i,
.content-section h6 i,
footer.classic h5,
blockquote,
.ms-nav-prev,
.ms-nav-next,
.btn-bordered,
.tabs ul.panels li span,
ul.social-media li a,
.feature-list .feature i,
.blog ul.meta li a:hover i,
.team ul li:hover span.name,
.sidebar .search-wrapper i.fa,
.team ul li:hover span.position,
.form.contact .input-group input,
.navigation .navbar-toggle,
.content-section.video i.fa,
.navigation .navbar-toggle i,
.form.contact .input-group textarea,
.form.contact .input-group button.submit,
.navigation .navbar-default ul.navbar-nav li a,
footer .content-section .center-buttons p a.white {
	-webkit-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-ms-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 700ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 	
}

/**
*** MISC ***
*/
.right {
	text-align: center;
	float:right; !important;
	/*width: 52%;*/
	margin-left: 6%;
	/*overflow: hidden;*/
}

.hidden {
	visibility:hidden !important;	
}

.no-top {
	padding-top:0 !important;
	margin-top:0 !important;	
}


.content-section.low-rider {
	padding-bottom:20px;
}


/**
*** Fonts ***
*/

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/Hgo13k-tfSpn0qi1SFdUfbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(http://themes.googleusercontent.com/static/fonts/roboto/v10/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

@media (min-width: 1200px) {
}


@media (max-width: 989px) {
	.navigation ul.navbar-nav li.dropdown.full section {
		/*margin-left:-131px;*/
	}
	.charts {
		height:1400px !important;
	}
	.navigation ul.navbar-nav li.dropdown.full section span.wrapper article {
		width:245px;
	}
	.navigation ul.navbar-nav li.dropdown.full .color-wrapper {
		display:none;
	}
	.navigation ul.navbar-nav li.dropdown.full section .clear-wrapper {
		width:100%;
	}
	.navbar .navbar-brand img {
		max-width:200px;
	}
	.team .wrapper {
		width:358px;	
	}
	.team .member-box {
		position:absolute;
		left:0;
		width:100%;
		height:880px;
		padding:0;
		margin:0;
	}
	.team .member-box .clear-wrapper {
		width:100%;
		display:block;
		clear:both;
		float:none;
		height:68%;
		padding:0;
		margin:0;
		position:relative;
		left:0;
	}
	.team .member-box .color-wrapper {
		background:#6ebff3;
		margin:0;
		padding:0;
		border-radius:0;
		border:0;
		float:none;
		height:32%;
		width:100%;
		position:relative;
	}
	.team .member-box ul.bars {
		margin:0;
		padding:0;
	}
	.team .member-box ul.bars li .progress,
	.team .member-box ul.bars li strong,
	.team .member-box ul.bars li span {
		margin-right:35px;
	}
	.team .member-box .color-wrapper a#close {
		position:absolute;
		top:3px;
		left:10px;
	}
	.team .member-box .clear-wrapper p {
		margin-bottom:10%;	
	}
	.team .member-box .color-wrapper img {
		position:relative;
		left:30px;
		top:35px;
		padding:0;
		left:50%;
		margin:0 0 40px -60px;
		width:auto;
		height:120px;
		display:block;
	}
	.team .wrapper {
		padding:45px 0 0 0;
		width:300px;
	}

	@media(max-width: 500px){
		.team .wrapper {
			padding:1px 0 0 0;
			width:300px;
		}
	}
	.slider-laptop .laptop {
		background:url(../images/design/mac-md.png) center left no-repeat transparent;
		width:480px;
		height:317px;
		left:50%;
		margin-left:-240px;
		position:relative;
	}
	
	.slider-laptop .wrapper {
		width:308px;
		height:193px;
		overflow:hidden;
		top:60px;
		left:50%;
		margin-left:-154px;
		position:relative;	
	}
	.feature-list .feature i {
		font-size:18px;
		width:48px;
		height:48px;
		-webkit-border-radius: 48px;
		-moz-border-radius: 48px;
		border-radius: 48px;
		text-indent:14px;
		padding-top:14px;
	}
	.feature-list .feature p {
		font-size: 15px !important;

	}
	.feature-list .feature {
		display:inline-block;
		float:left;
	}
	
	.team .wrapper {
		width:358px;	
	}
	.content-section.video ul.testimonials {
		position:relative;
		top:-40px;	
	}
	.gmap + .shadow-lg {
		display:none;
	}
	.form.contact .input-group.tight {
		width:100%;
		margin-right:0;
		margin-left:0;
		float:none;
		display:block;	
	}
	.feature-list-2 .feature {
		text-align:center;	
	}
	.feature-list-2 .feature p {
		text-align:center;	
	}
	ul.number-list {
		display:block;
		width:100%;
		padding:0;
		margin:0;
		position:relative;
	}
	
	ul.number-list li {
		width:120px;
		display:inline-block;
		text-align:center;
		margin:65px 26px 0 0;
	}
	ul.number-list li i.fa {
		color:#fff;
		padding:40px 0 0 0;
		margin:0 0 40px 0;
		display:block;
		font-size:40px;
	}
	ul.number-list li span {
		color:#fff;
		font-size:30px;
		font-family:"Roboto", Arial, sans-serif;
		font-weight:100;
		line-height:0;
		margin:0 0 30px 0;
		padding:0;
		width:100%;
		height:100%;
		overflow:hidden;
	}
	ul.number-list li i.fa {
		color:#fff;
		padding:10px 0 0 0;
		margin:0 0 40px 0;
	}
	ul.number-list li p {
		font-size:22px 		!important;
	}
	ul.number-list {
		margin-bottom:40px;	
	}
}
@media (max-width: 767px) {
	.content-section.min-flex {
		height:auto;	
	}
	ul.number-list li {
		width:100%;
		display:block;
		text-align:center;
		margin:65px 0 0 0;
	}
	.navbar .navbar-header {
		width:100%;	
	}
	.navbar .navbar-toggle {
		display:block;
	}
	.navigation .navbar-toggle {
		margin-top:24px;	
		border:none;
	}
	.navigation.fixed .navbar-toggle {
		margin-top:19px;
	}
	.navigation .navbar-toggle i {
		color:#868686;
		font-size:14px;
	}
	.navigation .navbar-toggle:hover,
	.navigation .navbar-toggle:active {
		background:none;	
	}
	.navigation .navbar-toggle:hover i,
	.navigation .navbar-toggle:active i {
		color:#6ebff3;
	}
	.navbar .navbar-nav {
		display:none;	
	}
	.navbar .navbar-brand {
		float:none;
	}
	.navbar .navbar-brand img {
		width:100px;
		left:50%;
		margin:10px 0 0 -50px;
		text-align:center;
	}
	.navigation.fixed .navbar-brand img {
		margin-top:15px;	
	}
	.navigation .navbar-collapse {
		display:block;
		padding:0;
		margin:0;
		background:none;
		border:0;
	}
	.navigation .container {
		position:relative;	
	}
	.navigation .navbar-form {
		position:absolute;
		left:5%;
		border:0;
		top:0;
		padding:0;
	}
	.navigation .navbar-form i.fa {
		font-size:14px;	
	}

	
	.feature-list .feature {
		position:relative;
		margin:0 0 25px 0;
		padding:0;
		width:100%;
	}
	.feature-list .feature i {
		font-size:32px;
		width:78px;
		height:78px;
		text-indent:23px;
		padding-top:23px;
		background:#fff;
		border:1px solid #ececec;
		color:#6ebff3;
		float:left;
		-webkit-border-radius: 78px;
		-moz-border-radius: 78px;
		border-radius: 78px;
		float:none;
		clear:both;
		position:relative;
		display:block;
		left:50%;
		margin:15px 0 15px -39px;
	}
	.feature-list .feature .content {
		display:block;
		text-align:center;
		width:100%;
		max-width:100%;
	}
	.feature-list .feature .content p,
	.feature-list .feature .content h4 {
		max-width:90%;
	}
	.team .wrapper {
		width:290px;	
	}
	.content-section.video .ms-nav-prev {
		display:none;
	}
	.content-section.video .ms-nav-next {
		display:none;
	}
	.content-section.video ul.testimonials {
		position:relative;
		top:-100px;	
	}
	
	section.content-section h1,
	footer .content-section h1 {
		font-size:28px;
	}
	.tabs.side ul.panels li a {	
		display:none;
	}
}


.m {
	width: 740px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

@media(max-width: 500px){
	.m {
	display: none;
}
}


.fdao{
	padding-top: 20px;
	text-align: center;
	color: #fff;
	font-weight: block;
}
.fdao a{
	font-weight: block;
	color: #fff;
}


.kehu{
	width: 80%;
	margin-left: 10%;
	height: 700px;
	background:url(../images/slider/ke.png) no-repeat center;
	background-size:100%;
}
@media(max-width: 500px){
	.kehu{
		height: 200px;
		
	}
}
.container-cg{
	background-color: #f9f8f8;
	height: 100px;
}
.ziyuan	{
	padding-top: 30px;
	text-align: center;
	color: #349edc;
	font-family: 微软雅黑;
    
}

@media(max-width: 500px){
	.ziyuan	{
	font-size: 28px;
}
 }
/*标语图片*/
.daotu{
	background-color: #031134;
}
.daotu .swiper-con1 {
   
    height: 450px;
}  

.daotu .swiper-slide{
	/*width: 100% !important;*/

	text-align: center;
	color: #fff;
	background: url(../images/design/video-section-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.daotu .swiper-slide h1{
	font-family: 微软雅黑;
	font-size: 30px;
	line-height: 50px;
	width: 89%;
	margin-left: 6%;
	margin-right: 5%;
	margin-top: 180px;
}

/*新闻资讯*/
.xwzx{
	background:url('../images/xwzx-bg.jpg') no-repeat;
	background-size: 100% 100%;
	height: 820px;
	text-align: center;
}	
.xwzx-title h1{
	color: #fff;
	font-family: 微软雅黑;
	padding-top: 50px;
}
.xwzx-lb{
	margin-top: 80px;
}
  







/*新闻动态框*/
.xwdt{
	margin-top: -90px;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	/*background-color: #ddd;*/
	height: 400px;
	/*margin-bottom: 30px;*/


	
}
.xwdt-ch{
	padding-bottom: 30px;
	text-align: center;
	border-radius:8px;
	float: left;
	/*height: 400px;*/
	width:29.33%;
	margin-left: 2%;
	margin-right: 2%;
	/*background-color: #fff;*/
	
}
.xwdt-ch:hover{
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
}
.xwdt-ch-img{
	width: 100%;
	height: 210px;
	overflow: hidden;
	border-radius:8px 8px 5px 5px;
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.20);

}
.xwdt-ch img{
	
	width: 100%;
	height: 100%;

}

.xwdt-ch img:hover{
	    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.xwdt-ch p{
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	margin-top: 15px;
	text-align: center;
	font-size: 13px;
	font-family: 微软雅黑;
	font-weight: 600;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.xwdt-bt{
	margin-top: 15px;
	margin-left: 35%;
	/*text-align: center;*/
	width:30%;
}
.xwdt-bt button{
	height: 30px;
	font-size: 15px;
	color: #777;
	outline: none;
	border-radius: 20px;
	width: 100%;
	border: 1px solid #777;
	background-color: #fff;
}
.xwdt-more{
	margin-bottom: 50px;
	margin-left: 42.5%;
	width: 15%;
}
.xwdt-more button{
	line-height: 2.6;
	font-size: 17px;
	color: #fff;
	height: 40px;
	background-color: #39e;
    background-image: linear-gradient(90deg, #33ccee 0%, #3399ee 100%);
	outline: none;
	border:0;
	border-radius: 20px;
	width: 100%;
}



/*顶部标语*/
.biaoyu a{display:block; text-decoration:none;}

.biaoyu,.aa{  text-align: center; 
	width:100%; 
	height:50px;
	 overflow:hidden;
}
.biaoyu a,.aa a{  
	width:100%; 
	height:50px;
	line-height:50px; 
	/*text-indent:20px; */
	color: #737373;
	font-size: 21px;
}
.aa { 
	word-wrap:break-word;
	line-height:50px;  
	color:#1B96EE;
}
.biaoyu ul{

	padding-left: 0px;
	list-style:none;
}



/*右侧浮动*/



/*new right*/
.cndns-right{position:fixed;right:1px;top:70%;margin-top:-100px;z-index:100}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:48px;height:48px;border:1px solid #428bca;text-align:center;display:block;margin-bottom:1px;position:relative;background-color:#fff}
.cndns-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.cndns-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#408fef;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#f9f8f8;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.cndns-right-meau:hover .cndns-right-btn span{display:none}
.cndns-right-meau:hover .cndns-right-btn p{display:block;}
.meau-car .cndns-right-btn {border-color:#428bca;margin-bottom:1px;}
.meau-car.cndns-right-meau:hover .cndns-right-btn{background-color:#428bca}
.meau-car.cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block;}
.meau-car .cndns-right-btn span{color:#408fef;}
.meau-car .cndns-right-btn{border-color:#428bca;background:url(../images/eye.png) no-repeat #f9f8f8 center;} 
.meau-car .cndns-right-box .box-border{width:230px; height: 230px;}
.meau-sev .cndns-right-box .box-border{width:230px; height: 230px;}
.meau-sev .cndns-right-btn{border-color:#428bca;background:url(../images/huoche.png) no-repeat #f9f8f8 center;} 
.meau-sev.cndns-right-meau:hover .cndns-right-btn{background-color:#428bca}
.meau-top .cndns-right-btn{border-color:#428bca;background:url(../images/top.png) no-repeat #f9f8f8 center;} 
.meau-top.cndns-right-meau:hover .cndns-right-btn{background-color:#428bca}
.meau-top.cndns-right-meau:hover .cndns-right-btn span{display:block;color:#fff} 
.cndns-right-box{position:absolute;top:-15px;right:28px;padding-right:25px;display:none;}
.cndns-right-box .box-border{border:1px solid #ccc;border-top:4px solid #428bca;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative}
.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-a input{
	width: 186px;
	height: 28px;
	line-height: 26px;
	display: inline-block;
	border: 1px solid #6fa0c0;
	padding: 0px 3px;
	font-size: 12px;
}
.cndns-right-box .box-border .sev-a a{    width: 72px;height: 29px;line-height: 29px;background: #1faff6;border-bottom: 1px solid #00619e;display: inline-block;margin: 13px 15px 0px 0px;text-align: center;color: #fff;font-size: 14px;}
.cndns-right-box .box-border p{ margin-top: -30px; float:left;color:#408fef;font-size:20px;line-height:28px;}
.cndns-right-box .box-border label{font-size:14px;color:#555; font-family:宋体;}
.cndns-right-box .box-border .sev-c a{ background:url(../images/yuyan.gif)no-repeat; color: #B3B3B3;font-size:14px}
.cndns-right-box .box-border .sev-c a:hover{color: #224EFF;}
.yzm{
	background-color: #C4C4C4;
	font-size: 15px;
	height: 28px;
	margin-left: 20px;
	float: left;
	text-align: center;
	width: 60px;
}
.cndns-right-box .box-border .sev-t span{
	font-size:42px;
	float:left;
	display:block;
	line-height:56px;
	margin-right:20px;
	color:#d3d3d3
}
.cndns-right-box .box-border .sev-t p{
	 margin-top: -15px;
	  float:left;
	  color:#408fef;
	  font-size:20px;
	  line-height:28px;
}
.cndns-right-box .box-border .sev-t p i{
	display:block;
	font-size:14px;
	color:#aaa;
}
.cndns-right-box .box-border .sev-t img{
	width: 150px;
	height: 150px;
}

.cndns-right-box .box-border .sev-b{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #e4e4e4
}
.cndns-right-box .box-border .sev-b h4{
	color:#666;
	font-size:14px;
	font-weight:normal;
	padding-bottom:15px;
}
.cndns-right-box .box-border .sev-b li{
	float:left;
	width:33.33333%;
}
.cndns-right-box .box-border .sev-b li a{
	display:inline-block;
	color:#999;
	font-size:13px;
	padding-left:43px;
	background:url(../images/qq.gif) no-repeat left 3px;
	line-height:36px;
}
.cndns-right-box .box-border .sev-b li a:hover{
	color:#408fef;
}
.meau-contact .cndns-right-box .box-border{
	width:130px; 
	height: 190px;
}
.meau-contact .cndns-right-btn{
	border-color:#428bca;
	background:url(../images/kefu.png) no-repeat #f9f8f8 center; 
	background-size: 40px 40px; 
} 
.meau-contact.cndns-right-meau:hover .cndns-right-btn{background-color:#428bca;}

.cndns-right-meau:hover .cndns-right-box{
	display:block;
}
.meau-code .cndns-right-box{
	top:inherit;
	bottom:-35px;
}
.meau-code .cndns-right-box .box-border{
	width:190px;
	text-align:center;
	border-top:1px solid #ccc;
}
.meau-code .cndns-right-box .box-border i{
	display:block;
	color:#0714ad;
	font-size:16px;
	line-height:16px;
}
.meau-code .cndns-right-btn{
	border-color:#428bca;
	background:url(../images/wechat1.png) no-repeat #f9f8f8 center; 
	background-size: 40px 40px; 
} 
.meau-code .cndns-right-btn-mini{
	border-color:#428bca;
	background:url(../images/mini1.jpg) no-repeat #f9f8f8 center; 
	background-size: 40px 40px; 
} 
.meau-code.cndns-right-meau:hover .cndns-right-btn{
	background-color:#428bca;
}
.meau-code .cndns-right-box .box-border .arrow-right{
	top:inherit;
	bottom:50px;
}

.meau-zs .cndns-right-btn{
	background-color:#408fef;
	color:#fff;margin-top:80px;
	border-color:#408fef;
}
.meau-zs .cndns-right-btn span{
	color:#fff;
}
.meau-zs .cndns-right-btn p{
	color:#fff;
}



/*联系我们*/
.lxwm{
	
	float: left;
	padding-left: 8%;
	padding-right: 8%;
	background-color: #f0f4f5;
	height: 530px;
}
.lxwm-title{
	text-align: center;
}
.lxwm-title h1{
	margin-top: 0px !important;
	padding-top: 80px;
	font-family: 微软雅黑;
}
.lxwm-call{
	float: left;
	width: 50%;
	margin-top: 60px;
}
.lxwm-call-left{
	float: left;
	width: 75%;
}
.module{
	overflow: hidden;
	/*float: left;*/
	margin-bottom: 20px;
}
.module .mt{
	font-size: 18px;
	font-weight: 600;
	font-family: 微软雅黑;
}
.module .icon-phone{
	float: left;
	margin-top: 10px;
	background: url('../images/slider/call.png') no-repeat;
	background-size: 100% 100%;
	height: 65px;
	width: 65px;
}

.module .icon-dizi{
	float: left;
	margin-top: 10px;
	background: url('../images/slider/dizi.png') no-repeat;
	background-size: 100% 100%;
	height: 65px;
	width: 65px;
}

.module .module-text{
	margin-top: 20px;
	float: left;
	margin-left: 20px;
}
.module .module-text1{

	margin-top: 30px;
	float: left;
	margin-left: 20px;
}

.module .module-text p{
	
	font-size: 13px;
	color: #777;
	margin-bottom: 6px;
}
.module .module-text1 p{
	margin-top: 0px !important;
	font-size: 13px;
	color: #777;
	margin-bottom: 6px;font-size: 15px;
}
.module-text1{
	width: 70%;
}
.beian{
	float: left;
}
.beian p{
	color: #777;
	font-size: 12px;
	
}
.lxwm-call-right{
	
	/*text-align: center;*/
	float: left;
	width: 20%;
	margin-top: 0px;
}
.lxwm-wx{
	font-size: 18px;
	/*font-weight: 600;*/
	font-family: 微软雅黑;
}
.mc{
	width: 80%;
	/*margin-left: 20%;*/
}
.mc img{
	width: 100%;
}
.lxwm-ly{
	margin-top: 60px;
	float: left;
	width: 50%;
}
.lxwm-ly-detail{
	width: 90%;
	margin-left: 5%;
}
.lxwm-ly-detail p{
	margin-top: 0px !important;
	font-size: 18px;
	font-family: 微软雅黑;
	font-weight: 600;
}
.lxwm-ly-detail input{
	background-color: #f0f4f5;
	border-style: solid;
    border-color: #999;
    border-width: 0 0 1px 0;
    outline: none;
    font-size: 15px;
    margin-top: 10px;

}

.lxwm-ly-detail input::-webkit-input-placeholder 
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.lxwm-ly-detail input::-moz-placeholder
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.lxwm-ly-detail input:-ms-input-placeholder
{
    font-size: 15px;
    color: #777;
    font-weight:300;
}

.lxwm-ly-detail textarea{
	height: 60px;
	border-style: solid;
    border-color: #999;
    border-width: 0 0 1px 0;
    background: transparent;
    width: 100%;
    line-height: 1.23076923;
    resize:none;
    outline: none;
    font-size: 15px;
    color: rgb(102, 102, 102);
    margin-top: 30px;

}

.lxwm-ly-detail button{
	float: right;
	line-height: 2.6;
    font-size: 17px;
    color: #fff;
    height: 40px;
    background-color: #39e;
    background-image: linear-gradient(90deg, #33ccee 0%, #3399ee 100%);
    outline: none;
    border: 0;
    border-radius: 20px;
    width: 50%;
    margin-top: 40px;
}











.banner *{margin:0;padding:0}



.banner{position: relative;overflow: auto;text-align: center;width:740px;margin:80px auto}
.banner li img{
    width:100%;
    display:block;
    min-height:450px;
    max-height:450px;
}
.banner .dots{position:absolute;left:0;right:0;bottom:70px;z-index:3;}
.banner .dots li{display:inline-block;width:10px;height:10px;margin:0 4px;text-indent:-999em;border:2px solid #fff;border-radius:6px;cursor:pointer;opacity:.4;-webkit-transition:background .5s,opacity .5s;-moz-transition:background .5s,opacity .5s;transition:background .5s,opacity .5s}
.banner .dots li.active{background:#fff;opacity:1}
.banner .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.banner #al{left:15px}
.banner #ar{right:15px}
.banner ul{z-index: 1;width: 600%;overflow: hidden;}
.banner ul .slider-item {width:740px; float: left;height:450px; position: relative; overflow: hidden;}
.banner ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 740px;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.png) \9;}
.banner .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;background:#f60}